home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / blankery / swazblanker26 / readme < prev    next >
Text File  |  1995-01-30  |  10KB  |  245 lines

  1.  
  2.    ************************************************************************
  3.    *                                                                      *
  4.    *                            COPYRIGHTS                                *
  5.    *                                                                      *
  6.    *   UNLESS OTHERWISE NOTED, ALL FILES ARE                              *
  7.    *                                                                      *
  8.    * Copyright (c) 1992-1994  David Swasbrook.  All Rights Reserved.      *
  9.    *                                                                      *
  10.    ************************************************************************
  11.  
  12.    THIS CONFIDENTIAL PRELIMINARY SOFTWARE IS FOR TESTING ONLY.
  13.  
  14.    THIS SOFTWARE MAY NOT BE REDISTRIBUTED.
  15.  
  16.    ************************************************************************
  17.    *                                                                      *
  18.    *                            DISCLAIMER                                *
  19.    *                                                                      *
  20.    *   THIS SOFTWARE IS PROVIDED "AS IS".                                 *
  21.    *   NO REPRESENTATIONS OR WARRANTIES ARE MADE WITH RESPECT TO THE      *
  22.    *   ACCURACY, RELIABILITY, PERFORMANCE, CURRENTNESS, OR OPERATION      *
  23.    *   OF THIS SOFTWARE, AND ALL USE IS AT YOUR OWN RISK.                 *
  24.    *   NEITHER COMMODORE NOR THE AUTHORS ASSUME ANY RESPONSIBILITY OR     *
  25.    *   LIABILITY WHATSOEVER WITH RESPECT TO YOUR USE OF THIS SOFTWARE.    *
  26.    *                                                                      *
  27.    ************************************************************************
  28.  
  29. Mon Jan 30 11:53:42 1995
  30.     o Changed hunk names in Headlines,Quotes,Mig blanker, will cause some setings
  31.       to revert to default values.
  32.  
  33. Wed Jan 25 19:06:52 1995
  34.     o Reblank or set as unblanked the mouse pointer if moved with
  35.       arrow keys or a window is activated or inactivated? ****####****
  36.     o Started adding Tags to the copperlist routines in
  37.       swazblanker.library.
  38.     
  39. Sun Jan 22 20:38:08 1995
  40.     o Help will close when the preferences window is closed.
  41.     o When closing the main preferences window each of the blanker
  42.       preferences can be requested to shutdown. Doesnt quite work
  43.       if the blanker preferences window is busy (ie. Has a file
  44.       requestor open or something).
  45.  
  46. Thu Jan 19 23:04:24 1995
  47.     o Help for SwazBlanker is now Asyncronus in all modules and the
  48.       main server.
  49.  
  50. Wed Jan 18 21:14:18 1995
  51.     o Quotes now doing the BY and FROM lines again.
  52.  
  53. Tue Jan 17 18:46:31 1995
  54.     o Pattern goes to a black screen when finished drawing rather than
  55.       starting again. Fixed, omitted one line of code when adding in the
  56.       test function.
  57.     o Quotes needs #BY and #FROM coded again.
  58.     o Can DELETE the blankers from your HD by pressing DEL in the main
  59.       SwazBlanker preferences window when you have selected a blanker.
  60.     o Headlines, Mig, Pattern and Plasma when chosing the default screen
  61.       mode pick the display mode with the most colors.
  62.  
  63. Sun Jan 15 20:50:43 1995
  64.     o Install script updated to install 'suomi' locale files.
  65.  
  66. Sat Jan 14 10:21:36 1995
  67.     o Fixed length of some translation strings.
  68.  
  69. Fri Jan 13 23:25:13 1995
  70.     o Quotes bug fixed when using test mode.
  71.     o Quotes crashes when saving config! Ok so i was not opening
  72.       iffparse.library :) oops!
  73.  
  74. Tue Jan 10 00:37:28 1995
  75.     o Single Color cycling code now working better.
  76.  
  77. Mon Jan  9 02:01:36 1995
  78.     o Have coded a rather crude 'random' color cycling routine in
  79.       swazblanker.library.
  80.     o When doing 'Test' in the configuration for a blanker module the
  81.       blanker now runs at the correct task priority.
  82.  
  83. Sun Jan  8 01:56:51 1995
  84.     o Updated Headlines, Labyrinth, Lines, Quotes to handle the new
  85.       copper list setup. Currently i still need to do the color cycling
  86.       code in swazblanker.library ... may even update the copper list
  87.       for AGA. ****####****
  88.     o Fixed NewPrefsUpdate bug in Headlines and Quotes - it woulnt check
  89.       the path and update the list.
  90.     o CHANGES TO swazblanker.library BASE
  91.       * In an effort to stop direct references into the library base for
  92.         stuff like getting font names etc, i have made these fields
  93.         private and created two functions to read/write to the library
  94.         base.
  95.     o Updated all blankers and main SwazBlanker to require the current
  96.       versions of swazblanker.library and matrix.library.
  97.     o Updated all blankers to get the Interface Font properly.
  98.  
  99. Sat Jan  7 02:02:36 1995
  100.     o Fix SkyLine to have proper clipping and possibly borders around
  101.       buildings ****####****
  102.     o Added New Screen mode hook into mxlib screen mode gadget. So can
  103.       disable/enable the copperlist button if mode does not support it.
  104.         NewMode( mxsm, displayinfo );
  105.  
  106. Fri Jan  6 12:22:17 1995
  107.     o Information window text clipping problem fixed. Was not allowing
  108.       for the border inside the listview display area.
  109.     o Stars screen not comming to front if a 'Grapevine' (IRC) window
  110.       is active. Fixed, was a problem with AllocScreenBuffer() waiting
  111.       while the GV window was active. Set the flags to 0.
  112.  
  113. Wed Jan  4 23:39:07 1995
  114.     o Stars only will let you select screen modes that support
  115.       double buffering.
  116.     o Stars not opening screen properly occasionally
  117.       Could be a problem with double buffered screens?
  118.     o Reset to default working for sliders in the tab box in Stars
  119.  
  120. Tue Jan  3 15:12:47 1995
  121.     o Renamed Labrynth to Labyrinth
  122.     o Test implemented, major changes to swazblanker.library and
  123.       SwazBlanker main program.
  124.     o Test working in all modules.
  125.     o Blanker 'Descriptions' too long.
  126.     o Increased blanker information window width and reduced length
  127.       of Headlines description.
  128.     o Stars causing enforcer hit when unblanking. Well its only if
  129.       an EGS screen is the frontmost screen at the time of blanking.
  130.       ****####**** Dont know how to fix this one at the moment.
  131.       Could be a problem with double buffered screens?
  132.       Have documented this in the 'Stars.guide' file.
  133.  
  134. Sun Jan  1 11:20:49 1995
  135.     o EGS problem solved, coded small work around.
  136.     o DisplayClip on OpenWindow() needs to be fixed in matrix.library
  137.       as it was fixed in swazblanker.library
  138.     o Font not saving in SwazBlanker preferences
  139.     o Pointer no longer blanked on exit
  140.  
  141. Fri Dec 30 23:25:57 1994
  142.     o Headlines updated. Will move onto a new data file after a
  143.       configurable number of generated phrases.
  144.     o Quotes updated. Will also move onto new data files when all
  145.       the quotes in the current file have been used.
  146.     o Headlines and Quotes need display mode configurable
  147.  
  148. Thu Dec 29 22:44:57 1994
  149.     o Keyblank enabled, only currently works on Amiga screens
  150.     o Quotes file format changed. See guide file for details.
  151.     o Quotes blanker re-written, now has basically the same engine as
  152.       Headlines blanker.
  153.     o Bug in matrix.library when saving preferences files it was not
  154.       creating the path to the file if it did not exist.
  155.     o SB_CloneFrontScreen() fails for EGS cards.
  156.     o Updated Programmer.guide and Example.c for new swazblanker.library
  157.       functions for changing to the blanker directory.
  158.     o Quotes not switching to additional text files on SHIFT TAB
  159.  
  160. Wed Dec 28 01:42:46 1994
  161.     o Library updated with functions to change directory to the
  162.       blanker module directory
  163.     o Problems still being experienced under EGS with the blankers that
  164.       clone the top screen, may be problem with the DisplayClip ?
  165.     o Quotes needs an interface like Headlines
  166.     o KeyBlank OFF not using locale
  167.  
  168. Sun Dec 25 00:29:44 1994
  169.     o Changed name from BlankerServer to SwazBlanker
  170.     o swazblanker.library writes a log of blanker modules to
  171.         "sblog:swazblanker.log".
  172.  
  173. Sat Dec 24 02:12:01 1994
  174.     o Fixed a whole bundle of spelling mistakes in the guide file
  175.     o Documentation Path selection now works.
  176.     o Tooltypes slightly modified. Now has HELPFILE/K and DOCPATH/K
  177.     o When unblanking the blanker tasks priority is increased to the
  178.       same priority as the server task.
  179.  
  180. Sat Dec 10 12:10:04 1994
  181.     o Reset to Default not setting Array Size correctly
  182.     o Toaster images still corrupt
  183.  
  184. Tue Dec  6 01:33:16 1994
  185.     o Stars : Reset to def not work for slider in tab box
  186.     o MxLib HorizLines drawing into window border and do no use the
  187.       correct draw pens
  188.  
  189. Mon Dec  5 00:53:55 1994
  190.     o Updated main guide file to reference blanker help files
  191.       exclusively. Only 5 help files done so far, but will have the
  192.       reset converted over soon.
  193.  
  194. Mon Nov 28 02:34:02 1994
  195.     o Each blanker also now has its own help file as
  196.       docs/blankers/#?.guide. Can display the .guide either
  197.       through pressing HELP or selecting Help from the menu
  198.       of the specified blanker or by selecting the reference
  199.       to the blanker in the main BlankerServer.guide file.
  200.  
  201. Sun Nov 27 14:42:33 1994
  202.     o Pyro now displays the title when blanking
  203.     o Re-localization of all modules and main server begun;
  204.       will remove locale from library when this is complete and
  205.       then distribute for final translation. May have a few
  206.       interim translations available.
  207.  
  208. Thu Nov 17 23:26:00 1994
  209.     o Fixed enforcer hit in Stars when the Change rate was NEVER.
  210.  
  211. Fri Nov 11 01:06:41 1994
  212.     o Pyro now draws into the screens rast port, should be faster...
  213.  
  214. Sun Nov  6 14:20:28 1994
  215.     o Font layout slightly changed
  216.     o ToolTypes and CLI Args are now accepted
  217.  
  218. Sun Oct 23 19:39:30 1994
  219.     o Fixed mungwall hit in Mig
  220.     o Fixed default setting problem in several blanker modules
  221.     o Now include blankerserver.library autodoc in archive
  222.  
  223. Sat Oct 22 19:38:29 1994
  224.     o Updated install script, should at least work fairly well now
  225.     o MAJOR changes blankerserver.library and BlankerServer. DO NOT
  226.       run old versions of these together.
  227.  
  228. Sun Oct 16 14:37:28 1994
  229.     o Updated blanker modules, now have better fallback code when
  230.       insufficent memory to open preferred screen mode, first will
  231.       now drop back to default mode, then to minimum mode.
  232.     o Each blanker module has had version set to 1.0
  233.  
  234. Sat Oct 15 23:44:05 1994
  235.     o blankerserver.library no longer requires V40.
  236.     o Caps Lock no longer unblanks when the mouse moves.
  237.     o Removed old debugging code from BlankerServer.
  238.     o blankerserver.library writes a log of blanker modules to
  239.         "bslog:blankerserver.log".
  240.  
  241.  
  242.  
  243. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244.     swaz@iconz.co.nz or dswasbro@csaix.ait.ac.nz
  245.